home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Proto{invalid_utf8=158}e ho m{invalid_utf8=225}m porazit.";
- if(_root.menu.eng)
- {
- Text1 = "Because I have to defeat him.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "Jenom jsem zv{invalid_utf8=236}davej.";
- if(_root.menu.eng)
- {
- Text2 = "I\'m just curious.";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "21";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-